answer "Your age group, please" with card field 1 or card field 2 or card field 3
if it is "young" then put "You look quite mature."
if it is "old" then put "You look quite young."
if it is "not telling" then put "You look your age."
end mouseUp
-- part 3 (field)
-- low flags: 80
-- high flags: 0001
-- rect: left=360 top=106 right=132 bottom=480
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 4 (field)
-- low flags: 80
-- high flags: 0001
-- rect: left=363 top=133 right=159 bottom=483
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 5 (field)
-- low flags: 80
-- high flags: 0001
-- rect: left=363 top=160 right=186 bottom=483
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part contents for background part 1
----- text -----
Answer <question> with <reply> or <reply> or <reply>
Presents a dialog box on the screen asking the user to choose between the replies. The question appears in the dialog box. There can be one, two, or three possible replies. The answer that the user chooses goes into "it", a local variable, and can be tested with the "if" command. Maximum length of each reply is 13 characters (depending on character width). Contrast with "Ask".
Answer "How many copies?" with 1 or 2
Answer "Are you happy?" with "yes" or "no" or "maybe"Answer "What's the answer?" with field 1 or field 2